services.podman.containers.<name>.network

The network mode or network/s to connect the container to. Equivalent to podman run --network=<option>.

Type
string or list of string
Default
[ ]
Example

"host" or "bridge_network_1" or [ "bridge_network_1" "bridge_network_2" ]

Declared
<home-manager/modules/services/podman/linux/containers.nix>